From: Marek Lindner Date: Mon, 8 Jun 2009 09:12:24 +0000 (+0000) Subject: [batman] removing batman-adv userspace as it is not supported anymore (see: http... X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22http:/www.crowdsec.net/%22/%22https:/collectd.org/%22http:/www.crowdsec.net/%22?a=commitdiff_plain;h=c25ab373c353f84f30498c5dad84d14308a4cb4c;p=feed%2Frouting.git [batman] removing batman-adv userspace as it is not supported anymore (see: open-mesh.net/changeset/1283) git-svn-id: svn://svn.openwrt.org/openwrt/packages/net/batman@16376 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/Makefile b/Makefile index 052039b..658fa6f 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=batmand -PKG_REV:=1267 +PKG_REV:=1289 PKG_VERSION:=r$(PKG_REV) PKG_RELEASE:=1 PKG_EXTRA_CFLAGS=-DDEBUG_MALLOC -DMEMORY_USAGE -DPROFILE_DATA -DREVISION_VERSION=\"\ rv$(PKG_REV)\" diff --git a/files/etc/init.d/batmand b/files/etc/init.d/batmand index 411f025..403e9f3 100644 --- a/files/etc/init.d/batmand +++ b/files/etc/init.d/batmand @@ -1,7 +1,6 @@ #!/bin/sh /etc/rc.common START=90 -. /lib/config/uci.sh -uci_load batmand + start () { interface=$(uci get batmand.general.interface) if [ "$interface" = "" ]; then diff --git a/files/etc/init.d/vis b/files/etc/init.d/vis index 26db938..ef18eb7 100644 --- a/files/etc/init.d/vis +++ b/files/etc/init.d/vis @@ -1,7 +1,6 @@ #!/bin/sh /etc/rc.common START=90 -. /lib/config/uci.sh -uci_load vis + start () { interface=$(uci get vis.general.interface) if [ "$interface" = "" ]; then